/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #000;
    letter-spacing: 0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_nam{
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
}
/*▲ 初期設定 ▲*/


.bg_white{background:#fff} 
.bg_red{background:#d45b41}
.bg_blue{background:#4993ba}
.bg_blue02{background:#5eb5e4}
.bg_gray{background:#f6f7f7}
.bg_gray02{background:#e7e7e7}
.bg_brown{background:#e8e2d5}
.bg_brown02{background:#fff8e9}
.bg_yellow{background:#e3911b}

.bold{font-weight:700}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_white{color:#fff}
.col_black{color:#000}
.col_red{color:#be0000}
.col_red02{color:#ff0000}
.col_blue{color:#4993ba}
.col_blue02{color:#002e92}
.col_gold{color:#9e7f4f}

.font_23{font-size: 2.3rem}
.font_26{font-size: 2.6rem}
.font_30{font-size: 3rem}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
    font-size: 1.6rem;
    color: #000;
}
.blank_link::before{
    font-family: "Font Awesome 5 Free";
    content: '\f08e';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.blank_link:hover{
    color: #d45b41;
}
.pc_block{
    display: block;
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffea00 0);
}
.border_red{
    text-decoration: solid underline #d45b41 3px;
    text-underline-offset:0.2em;
}
img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}
/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
header img{
	background-size: cover;
	width: 100%;
}
header h1{
	margin-bottom: 0;
}
header img {
    width:1200px;
    margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
	font-weight: 400;
	background:#fff;
	font-size: 1.4rem;
    padding: 29px;
    color: #333;
    /*border-top: 1px solid #d45b41;*/
    letter-spacing: 0;
}
footer .left{
    width: 200px;
}
footer .box {
	width:1000px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer li a {	
	background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
	width: 168px;
	height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 145px;
}
.tel::before{
	content: '\e0b0';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
.mail::before{
	content: '\e0be';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
/*動画設定
ダイジェスト動画部分（PCのみ80％表示・PC以外100％）*/
.video {
    position: relative;
    width: 80%;
    padding-top: 56.25%;
    margin: 0 auto 50px;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*▼ ボタン設定　▼*/
.btn{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
    background: #00C853;
    filter: drop-shadow(0px 8px 0px #007d34);
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 48%;
    display: block;
    margin-bottom: 20px;
    letter-spacing: .1em;
}
.btn_ex {
    font-size: 2.8rem;
}
/* .btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
} */
.btn:hover {
    letter-spacing: .3em;
}
/*　▼　申込みボタン*/
.btn01{
    background: #4993ba;
    filter: drop-shadow(0px 8px 0px #346a87);
}
.btn02{
    background: #d45b41;
    filter: drop-shadow(0px 8px 0px #98412e);
}
.btn03{
    background: #0099ff;
    filter: drop-shadow(0px 8px 0px #0041ba);
    margin: 0 auto;
}
.btn01,.btn02 ,.btn03{
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 48%;
    display: block;
}

.btn01:hover,.btn02:hover,.btn03:hover{
    letter-spacing: 5px;
}

/*　▲　申込みボタン*/
section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.2rem;
}
.en{
    font-weight: 700;
    text-align: center;
    font-size: 4.4rem;
    font-family: 'Poppins', sans-serif;
}

/* PC hayawari */
.hayawari{
    padding: 22px 0;
}
.hayawari_img{
    width: 90%;
    margin: 0 auto;
}
/* PC hyoutei */
.hyoutei{
    padding: 0;
}
.hyoutei_img{
    display: block;
    width: 96%;
    padding-left: 9%;
}

/*PC topics */
.topics_wrap{
    background: url(../img/topic_bg.jpg) no-repeat;
    background-size: cover;
}
.topics ul,.topics h2{
    font-size: 3rem; 
}
.topics ul {
    width: 90%;
    margin: 0 auto;
}
.topics ul li{
    line-height: 1.4;
    margin-bottom: 20px;
    /* text-indent: -1em; */
}
.topics ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
/* 文字のサイズを大きくし、かつ下のラインを揃える設定 */
.topics ul li span.marker_yel {
    font-size: 1.3em; /* お好みの大きさに調整 */
    display: inline;   /* 横の文字と自然に繋げるため inline に戻します */
    vertical-align: baseline; /* 文字の下端を揃える */
    line-height: 1;    /* 行の高さによるズレを最小限にする */
}
/* スマホ向けのスタイル（画面幅 767px 以下） */
@media screen and (max-width: 767px) {
    /* リスト全体の文字サイズを再調整 */
    .topics ul, .topics h2 {
        font-size: 1.8rem; /* 1.25remから引き上げ。これなら迫力が出ます */
        line-height: 1.5;  /* 文字が大きくなった分、行間を少し広げて読みやすく */
    }

    /* span（強調部分）の調整 */
    .topics ul li span.marker_yel {
        font-size: 1.1em; /* 親の1.8remに対して1.1倍（約2rem相当） */
        font-weight: bold;
        display: inline;   /* 下のラインを揃える設定を維持 */
        vertical-align: baseline;
    }

    /* チェックマークのサイズも文字に合わせる */
    .topics ul li:before {
        font-size: 1.4rem; 
        margin-right: 8px;
    }
}
.topics ul li span.marker_yel {
    display: inline-block; /* 改行の制御を有効にする */
    word-break: keep-all;  /* 単語の途中で改行させない（ブラウザによります） */
    overflow-wrap: anywhere; /* 枠からはみ出さないようにする */
}

/*PC message レター部分　*/
.message h1{
    margin-bottom: 70px;
}
.message .check_red{
    background: #f6f7f7;
    padding: 4%;
    width: 100%;
}
.message .check_red li{
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.message .check_red li:last-of-type{
    margin-bottom:0
}
.check_red li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight:700;
}
.message .narrow{
    width: 88%;
    margin: 0 auto;
    line-height: 1.5;
}
.message .bg_brown02 {
    padding: 2%;
}
.message ul li {
    padding-left: 20px;
}
.message h2 {
    font-size: 3.6rem;
}
.message .list01 {
    padding: 2%;
}
.message .list02 {
    padding: 2%;
}
.message .list01 li {
    line-height: 1.6;
}
.message .list02 li {
    line-height: 2;
}


/*PC contents
 DVD内容*/
.contents ul,.contents .box03,.contents .box04{
    font-size: 2.2rem;
}
.contents ul li{
    margin-bottom: 22px;
    /* text-indent: -1.3em; */
    /* padding-left: 1.3em; */
}
.contents .box{
    margin: 0 auto;
    width: 80%;
}
.contents .box02 ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.contents .box03 .check_blue:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.contents .box03 .heading,
.contents .box04 .heading{
    margin-bottom: 20px;
    text-indent: -1em;
    /* padding-left: 2.3em; */
}
.contents .box03 .inner,
.contents .box04 .inner{
    font-weight: 400;
    font-size: 2rem;
    width: 90%;
    margin-bottom: 30px;
    color: #363636;
}
.contents .box03_inner,
.contents .box04_inner{
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}
.contents .box03_inner:last-of-type{
    margin-bottom: 0;
}
.contents .box03 .inner li:before{
    content: '';  
}
.contents .box01 ul li,.contents .box02 ul li{
    border-bottom: 2px dashed #bfd2c3;
    padding-bottom: 3%;
}
.contents .box01 ul li,.contents .box02 ul li{
    border-bottom: 2px dashed #bfd2c3;
    padding-bottom: 3%;
}

.contents .box04 .inner li:before{
    content: '';  
}
.contents .box04 .heading{
    /*color:#4993ba;*/
    color:#ba2636;
}



/*PC satisfaction セミナーのお客様満足度*/
.level{
    width: 12%;
    margin-bottom: 20px;
}
.satisfaction h1{
    font-size: 2.4rem;
    width: 14em;
    border-radius: 5px;
    margin: 0 auto 30px;
}
.hoshi{
    width: 80%;
}



/*PC voice セミナー受講者の声*/
.voice .box{
    border-radius: 5px;
    margin-bottom: 40px;
}
.voice .box:last-of-type{
    margin-bottom: 0;
}

.voice .box_inner{
    padding: 2% 3%;
}
.voice .box_inner02{
    padding: 2% 3%;
    display: flex;
    justify-content: space-between;
}
.box_inner .box_in_left {
    width: 100%;
}
.voice_message {
    border: 1px solid #000;
}
.box_inner02 .box_in_left {
    width: 70%;
}
.voice_img{
    width: 25%;
    height: 100%;
}
.voice-txt_img {
    width: 100%;
}
.voice h2{
    font-size: 2.6rem;
    margin-bottom: 25px;
}
.voice h3{
    line-height: 1.6;
    padding: 2% 3%;
    font-size: 3rem;
}
.voice .coment{
    margin: 0 auto 20px;
    width: 94%;
}
.voice .txt{
    font-size: 2.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
/* .voice .box_inner .txt{
    width: 100%;
    font-size: 4rem;
    line-height: 1.6;
} */
.voice_ex {
    text-align: center;
    margin: 60px auto 40px;
    font-size: 2.2rem;
    font-weight: 500;
}
.voice_flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice_card {
    width: 32%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.voice_card-txt {
    padding: 6% 4%;
    background-color: #fff;
    font-size: 2.3rem;
    line-height: 1.5;
    border-radius: 5px;
    flex-grow: 1;
}
.voice_flex h4 {
    padding: 4%;
    border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 599px) {
    .voice_flex {
        display: block;
    }
    .voice_card {
        width: 100%;
        margin-bottom: 20px;
    }
    .voice_card-txt {
        padding: 3%;
    }
    .voice_flex h4 {
        padding: 2%;
    }
}


/*PC profile 講師プロフィール*/
.profile .box{
    border-radius: 5px;
    padding: 3%;
    margin-bottom: 50px;
}
.koushi{
    width: 25%;
    margin-right: 46px;
}
.profile .right{
    padding-top: 7%;
}
.furigana{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.2em;
}
.profile .name{
    font-size: 3rem;
    letter-spacing: 0.2em;
}
.profile .ttl{
    font-size: 1.8rem;
}
.profile .box_top{
    margin-bottom: 20px;
}
.profile .txt{
    font-size: 1.6rem;
    line-height: 1.6;
}
.book{
    width: 20%;
}



/*PC details DVDの詳細 */
.details .box{
    padding: 0 4%;
}
.dtl_tbl{
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.dtl_tbl th {
    padding: 3% 0 3% 10%;
    width: 16em;
    text-align: left;
    vertical-align: middle;
    color: #d45b41;
    font-weight: 700;
}
.dtl_tbl tr{
    border-bottom: 1px solid #d45b41;
}
.dtl_tbl td{
    padding: 3%;
}
.details .att{
    font-size: 1.4rem;
}
.map{
    width: 100%;
    margin-bottom: 20px;
}



/*PC entry お申し込み */
.entry .box01{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
}
.entry .heading{
    background: #d45b41;
    align-items: center;
    height: 5em;
}
.entry .heading h2{
    padding: 1.4% 0;
}
.entry .box01 p{
    padding: 4%;
    font-size: 1.8rem;
    line-height: 2;
}
/* .entry .box02{
    margin-bottom: 40px;
}
.entry .box02 h2 {
    font-size: 2.2rem;
    border-radius: 5px;
    width: 11em;
    height: 2em;
    padding-top: 0.2%;
    margin: 0 auto 30px;
} */
.double{
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset:0.2em;
}
.bd_red{
    text-decoration-color: #d45b41; 
}
.entry .box02 .narrow{
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2;
}
.entry .box {
    padding: 4%;
    background-color: #e2f0d9;
}
.entry .box02 {
    padding: 4%;
    background-color: #cdecff;
}


/*PC more さらに */
.more{
    padding: 52px 0;
}
.more_img{
    width: 15%;
    margin-bottom: 20px;
}
.more p{
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 2.2;
}
.bd_white{
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset:0.3em;
    text-decoration-color: #fff;
}
.more .big{
    font-size: 4rem;
    position: relative;
}
.more .big:before,.more .big:after{
    background-color: #fff;
    position: absolute;
    bottom: -3%;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
}
.more .big:before {
    bottom: 6%;
}
/*PC toha KACHIEL税務アカデミーとは？ */
.toha .box{
    background: #e8e2d5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}
.toha .box h2{
    font-size: 2.3rem;
    height: 4.5em;
    padding-top: 3%;
}
.toha .check_blue li{
    margin-bottom: 20px;
    text-indent: -1em;
    padding-left: 1em;
}
.toha .check_blue li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}
.toha .check_blue{
    padding: 5% 11%;
}
.toha .att{
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.price{
    width: 48%;
    height: 100%;
    margin-bottom: 50px;
}

/*------------------------
▲ PC表示終わり　▲
------------------------*/
/*-----------------------------------
　↓ 685pxまでのfooter設定　消さない！！　↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}
@media screen and (max-width: 1254px){
header img{
    width: 100%;
    padding: 0 2%;
}
}
@media screen and (max-width: 1024px){
#page-top img{
    display: none;
}
header img{
    width: 98%;
}
section {
    width: 94%;
    padding: 10% 0;
}
.contents ul, .contents .box03 {
    width: 90%;
}
.dtl_tbl th {
    padding: 3% 0 3% 6%;
    width: 12em;
}
.entry .box02 .narrow {
    width: 100%;
}
.toha .check_blue {
    padding: 5% 7%;
}
}
@media screen and (max-width: 1023px){
.btn03{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
html{
    font-size: 50%;
}
.message .narrow {
    width: 100%;
}
.toha .box h2 {
    font-size: 2.3rem;
    height: 5.5em;
    padding: 3% 4% 5%;
}
.btn03{
    width: 100%;
}
.logo {
    width: 65%;
}
}

@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}

@media screen and (min-width: 600px) and (max-width: 766px) {
.pcnone{
    display: none;
}
.spnone {
    display: block;
}
}

/*------------------------
スマホ~599px
------------------------*/
@media screen and (max-width: 599px) {
body {
	width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
    display:none
}
.pc_block {
	display:inline
}
.sp_alc {
    text-align: center;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
    width:100%;
    padding:0;
}
section{
	width: 100%!important;
	padding: 14% 6%;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
    font-size: 1.4rem;
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
    width:40%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
    background: url(../img/mv_bg_sp.jpg) no-repeat;
    background-size: cover;
}
header .mv_area{
    padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
    font-size: 2.5rem;
    margin-bottom: 50px;
}
.btn{
    width: 100%;
    background-size: 2.4%;
    background-position: 92% 50%;
}
/*SP　早割 */
.hayawari_img {
    width: 96%;
    margin: 0 auto;
}
/*SP　評定平均 */
.hyoutei_img{
    padding-left: 0;
    width: 100%;
}
.topics {
    padding: 6%;
}
.topics h1,.message h1{
    margin-bottom: 30px;
}
.topics ul {
    width: 100%;
}

/*SP　レター部分 */
.message .check_red{
    padding: 7%;
}
.message .check_red li {
    margin-bottom: 20px;
    line-height: 1.4;
}


/*SP　DVD内容 */
.contents ul, .contents .box03, .contents .box04{
    width:100%
}

/*SP　ダイジェスト動画 */
.video{
    width: 100%;
}

/*SP　セミナーのお客さま満足度 */
.level {
    width: 23%;
}
.hoshi {
    width: 100%;
}

/*SP　セミナー受講者の声 */
.voice .box_inner02 {
    padding: 2%;
    display: block;
}
.box_inner02 .box_in_left {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 1.6;
}
.voice .box_inner02 .txt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 1.6;
}
.voice_img {
    width: 50%;
    height: auto; 
    margin: 0 auto;
}
.voice .box_inner {
    padding: 2%;
}
.voice .box_inner .txt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.5rem; 
    line-height: 1.4;
}
.voice h3 {
    line-height: 1.6;
    padding-top: 3%; 
    font-size: 1.8rem; 
}


/*SP　プロフィール */
.profile .box {
    padding: 7%;
}
.koushi {
    width: 45%;
    margin: 0 auto 11px;
}
.profile .box{
    margin-bottom: 30px;
}
.dtl_tbl th,.dtl_tbl td{
    display: block;
}
.dtl_tbl th{
    padding: 4% 0;
}
.dtl_tbl td {
    padding: 0 0 4%;
}
.btn01 {
    margin-bottom: 20px;
}
.book{
    width: 40%;
    margin: 0 auto;
}

/*SP　とは */
.more{
    padding: 14% 6%;
}
.more_img {
    width: 30%;
}
.toha .box h2 {
    height: 7.5em;
    padding: 7% 4% 5%;
}
.price{
    width: 100%;
    margin: 0 auto 20px;
}
.btn03 {
    width: 100%;
    line-height: 1.2;
    padding-top: 4%;
}
}

/*------------------------
thanks
------------------------*/
/* PC thaks */
.fw500{
    font-weight:500;
}
.thanks{
    width:1200px;
    margin:0 auto;
    padding: 20px 0 79px;
}
.thanks_logo{
    width:146px;
}
.thanks_img {
    width: 15%;
    margin: 0 auto 20px;
}
.thanks h1{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
}
.thanks p{
    margin-bottom:40px;
}
.arrow_img{
    width: 7%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.thanks {
    width: 98%;
}
}
@media screen and (max-width: 599px) {
/* sp thanks */
.thanks{
    padding: 2% 2% 6%;
}
.thanks h1 {
    margin-bottom: 20px;
}
.thanks p {
    margin-bottom: 20px;
}
.thanks_img {
    width: 29%;
}
.arrow_img {
    width: 12%;
}
}
.hanbai .voice{
    width:16rem;
}
.hayawari02_wrap{
    background:url(../img/hayawari02_bg.jpg) no-repeat;
    background-size: cover;
}
.hayawari02{
    padding: 30px 0;
}



.attention h1{
    padding:2%;
    border-radius: 5px;
}
.attention ul li {
    background: url(../img/check_red.png) no-repeat;
    background-size: 3%;
    background-position: left 6px;
    padding-left: 42px;
}




.bene_img{
    width:80%;
    margin:0 auto;
}



/* カウントダウンバーの共通フェード効果 */
.cdt_wrapper {
  transition: opacity 1.0s ease, visibility 1.0s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* フェードアウト用クラス */
.cdt_wrapper.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* Modal */
.modal-overlay, .video-modal-overlay {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8); z-index: 9999; justify-content: center; align-items: center;
}
.modal-overlay.active, .video-modal-overlay.active { display: flex; }
.modal-wrap, .video-modal-wrap {
    background: #fff; width: 90%; max-width: 960px; max-height: 70vh; border-radius: 10px; position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5); display: flex; flex-direction: column;
}
.modal-close-btn, .video-close-btn {
    position: absolute; top: -50px; right: -10px; width: 50px; height: 50px; background: transparent;
    color: #fff; border: 2px solid #fff; border-radius: 50%; text-align: center; line-height: 50px; font-size: 24px;
    cursor: pointer; transition: 0.3s;
}
.modal-close-btn:hover, .video-close-btn:hover { background: rgba(255,255,255,0.2); transform: rotate(90deg); }
.modal-content-scroll { padding: 4%; overflow-y: auto; flex: 1; font-size: 2.4rem;}

.modal-section-highlight { border-left: 6px solid var(--primary); border-radius: 4px; }
.modal-section-highlight h4 { color: var(--primary); font-size: 1.3rem; margin-bottom: 10px; font-weight: 900; }
.modal-section-highlight ul { margin: 0; padding-left: 20px; font-weight: bold; color: #333; }
.modal-section h4 { font-size: 1.4rem; color: #333; border-bottom: 2px solid #ccc; padding-bottom: 10px; margin-top: 30px; margin-bottom: 15px; font-weight: 900; }
.modal-section p { font-size: 1.05rem; line-height: 1.8; color: #444; margin-bottom: 15px; }
.modal-section-highlight.red { background: #fff5f5; border-left-color: #e60012; }
.modal-section-highlight.red h4 { color: #e60012; }
.modal-content-scroll h3 {padding: 0;}
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.modal-contact-btn {
    display: block; width: 100%; max-width: 400px; margin: 40px auto 0;
    background: linear-gradient(to bottom, #ffaa00 0%, #ff8800 100%);
    color: #fff; font-weight: 900; text-align: center; padding: 20px;
    border-radius: 50px; font-size: 1.4rem; box-shadow: 0 5px 0 #cc6600, 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s; text-decoration: none;
}
.modal-contact-btn:hover { transform: translateY(3px); box-shadow: 0 2px 0 #cc6600, 0 5px 10px rgba(0,0,0,0.2); color: #fff; }
.modal-contact-btn i { margin-left: 10px; }

/* Footer */
.lp-footer { background: #111; color: #888; padding: 30px 0; text-align: center; font-size: 14px; }

/* Responsive */
@media (max-width: 768px) {
    .sp-only { display: block; } .pc-only { display: none; }
    .header-cta { display: none; }
    .ba-container, .problem-container { flex-direction: column; }
    .ba-box, .problem-list, .problem-visual, .video-box { width: 100%; }
    .point-list, .merit-grid, .feature-box, .price-body, .case-grid-simple, .video-grid { flex-direction: column; }
    .point-item, .merit-card, .price-item, .case-card-simple { width: 100%; margin-bottom: 20px; }
    .case-card-wide { flex-direction: column; }
    .wide-img, .wide-body { width: 100%; margin: 0; }
    .wide-img { height: 200px; margin-bottom: 15px; }
    .p-value { font-size: 4rem; }
    .ultra-big-red { font-size: 2.5rem; }
    .modal-wrap, .video-modal-wrap { width: 95%; }
}

/* Pick Up（最初の2名）のタイトル強調 */
.pickup-title {
    font-size: 3rem;
    font-weight: bold;
    color: #002e92; /* col_blue02 */
    margin-bottom: 20px;
    line-height: 1.3;
    border-left: 8px solid #ffea00; /* アクセントの黄色 */
    padding-left: 15px;
}

/* 3人目以降のグリッドレイアウト */
.voice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* PCは3列 */
    gap: 20px;
    margin-top: 50px;
}

/* カード自体のスタイル */
.voice-mini-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.voice-mini-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.mini-card-head {
    position: relative;
    height: 180px;
}

.mini-card-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-card-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 46, 146, 0.85); /* col_blue02の透過 */
    color: #fff;
    padding: 8px;
    font-size: 1.6rem;
    text-align: center;
}

.mini-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mini-card-txt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* 「詳細を見る」ボタン風 */
.read-more {
    display: block;
    text-align: right;
    color: #4993ba;
    font-size: 1.4rem;
    font-weight: bold;
}

/* レスポンス調整 */
@media screen and (max-width: 1024px) {
    .voice-grid {
        grid-template-columns: repeat(2, 1fr); /* タブレットは2列 */
    }
}

@media screen and (max-width: 599px) {
    .voice-grid {
        grid-template-columns: 1fr; /* スマホは1列 */
    }
    .pickup-title {
        font-size: 2.2rem;
    }
    .mini-card-head {
        height: 200px;
    }
}
/* 本文の文字サイズ調整（既存の2.6remから少し小さく） */
.pickup-body {
    font-size: 2.0rem !important; /* お好みに合わせて1.8〜2.2remで調整してください */
    line-height: 1.7;
    color: #333;
}

/* 画像と名前のエリア */
.voice_img_wrapper {
    width: 25%;
    text-align: center;
}

/* 名前（水色バーの代わり） */
.voice_name_simple {
    margin-top: 15px;
    font-size: 1.8rem;
    color: #002e92; /* col_blue02 */
    line-height: 1.4;
}

.voice_name_simple span {
    font-size: 2.2rem;
}

/* モバイル対応の調整 */
@media screen and (max-width: 599px) {
    .voice_img_wrapper {
        width: 60%; /* スマホでは画像を少し大きく */
        margin: 20px auto 0;
    }
    .pickup-body {
        font-size: 1.8rem !important; /* スマホではさらに微調整 */
    }
    .voice_name_simple {
        font-size: 1.6rem;
    }
}
/* 最初の2名：Pick Upエリアの調整 */
.pickup-card {
    margin-bottom: 40px;
}

/* 本文と画像の並びを制御 */
.pickup-card .box_inner02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* これを追加：中身を縦に伸ばさない設定 */
}

/* 本文の文字サイズ */
.pickup-body {
    font-size: 2.0rem !important;
    line-height: 1.7;
    color: #333;
}

/* 画像と名前を包むエリア */
.voice_img_wrapper {
    width: 25%;
    flex-shrink: 0; /* これを追加：横幅を圧縮させない */
    text-align: center;
}

/* 写真の伸びを防止する重要な設定 */
.voice_img_wrapper img {
    width: 100%;
    height: auto !important; /* これで縦伸びを強制的に防ぎます */
    display: block;
}

/* 名前（写真の下） */
.voice_name_simple {
    margin-top: 15px;
    font-size: 1.8rem;
    color: #002e92;
    line-height: 1.4;
}

.voice_name_simple span.bold {
    font-size: 2.2rem;
    font-weight: bold;
}

/* モバイル対応（スマホで縦に並べる） */
@media screen and (max-width: 599px) {
    .pickup-card .box_inner02 {
        display: block; /* スマホでは横並びを解除 */
    }
    .voice_img_wrapper {
        width: 60%;
        margin: 20px auto 0;
    }
    .pickup-body {
        font-size: 1.8rem !important;
    }
}

/* 横長カードを並べるコンテナ（PCでは2列にするとスッキリします） */
.voice-grid-wide {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 横長なのでPCでも2列が限界 */
    gap: 30px;
    margin-top: 50px;
}

/* カード本体 */
.voice-wide-card {
    display: flex; /* 写真とテキストを横に並べる */
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 180px;
}

.voice-wide-card:hover {
    transform: translateX(5px); /* 横長なので右に少し動かすとオシャレ */
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* 左側の写真エリア */
.wide-card-img {
    position: relative;
    width: 35%; /* 写真の幅 */
    flex-shrink: 0;
}

.wide-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 写真の下に重なる名前バー */
.wide-card-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 46, 146, 0.85);
    color: #fff;
    padding: 5px;
    
    font-size: 1.3rem;
    text-align: center;
    
}

.wide-card-name .bold {
    font-size: 1.5rem;
}

/* 右側のテキストエリア */
.wide-card-body {
    width: 65%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wide-card-footer {
    text-align: right;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

/* スマホ表示（スマホでは縦に戻す） */
/* --- 横長カードのレスポンシブ調整 --- */

/* タブレット・スマホ共通：1列にする */
@media screen and (max-width: 900px) {
    .voice-grid-wide {
        grid-template-columns: 1fr; 
        gap: 15px; /* 間隔を少し詰める */
    }
}

/* スマホ版（599px以下）の特別調整 */
@media screen and (max-width: 599px) {
    .voice-wide-card {
        flex-direction: row; /* スマホでも横並びを維持 */
        min-height: auto;    /* 高さを内容に合わせる */
        align-items: stretch;
    }

    /* 左側の写真エリアをさらにコンパクトに */
    .wide-card-img {
        width: 30%; /* 写真の幅を30%に絞る */
        min-width: 100px; /* 小さくなりすぎない下限 */
    }

    /* 写真内の名前をスマホ向けに微調整 */
    .wide-card-name {
        font-size: 1.0rem;
        padding: 3px 2px;
    }
    .wide-card-name .bold {
        font-size: 1.1rem;
        display: block; /* 「税理士」と「名前」を改行して収める */
    }

    /* 右側のテキストエリアをコンパクトに */
    .wide-card-body {
        width: 70%;
        padding: 12px; /* 余白を削る */
    }

    .mini-card-txt {
        font-size: 1.5rem; /* 文字サイズを落として1画面に入る情報を増やす */
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .wide-card-footer {
        padding-top: 5px;
    }

    .read-more {
        font-size: 1.2rem;
    }
}

/* スマホ版の名前表示の修正 */
@media screen and (max-width: 599px) {
    /* 1. 親要素の改行禁止を解除し、中央揃えを維持 */
    .wide-card-name {
        white-space: normal !important; /* 改行を許可する */
        line-height: 1.2 !important;
        padding: 4px 2px !important;
        display: flex !important;
        flex-direction: column !important; /* 縦に並べる */
        justify-content: center !important;
        height: auto !important;
    }

    /* 2. 「税理士」の部分 */
    .wide-card-name {
        font-size: 0.9rem !important; /* 肩書きを少し小さく */
    }

    /* 3. 「名前 様」の部分（ここを一行にする） */
    .wide-card-name .bold {
        display: inline-block !important; /* blockを解除 */
        font-size: 1.1rem !important;
        white-space: nowrap !important; /* 名前と様を絶対改行させない */
    }
}

@media screen and (max-width: 599px) {
    .wide-card-img {
        width: 35% !important; /* 30%から少し広げる */
    }
    .wide-card-body {
        width: 65% !important;
    }
}
@media screen and (max-width: 599px) {
    /* 1. 写真エリアの幅を「様」まで入る広さに固定 */
    .wide-card-img {
        width: 115px !important; /* 幅を少し広げて固定 */
        flex-shrink: 0 !important;
    }

    /* 2. 青いバーの設定：中身を縦並びに強制 */
    .wide-card-name {
        display: flex !important;
        flex-direction: column !important; /* 上下並びにする */
        justify-content: center !important;
        align-items: center !important;
        padding: 4px 2px !important;
        font-size: 1.0rem !important; /* 「税理士」のサイズ */
        line-height: 1.2 !important;
        white-space: normal !important; /* 改行を許可 */
        height: auto !important;
    }

    /* 3. 「名前 様」の部分を絶対に一行にする */
    .wide-card-name .bold {
        display: block !important; /* 名前を独立した行にする */
        font-size: 1.2rem !important; /* 名前のサイズ */
        white-space: nowrap !important; /* 名前と様を絶対に一行に！ */
        width: 100% !important;
        text-align: center !important;
    }
}

/* モーダル内のプロフィールヘッダー */
.modal-profile-header {
    display: flex;
    align-items: center;
    background: #f6f7f7; /* bg_gray */
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.modal-profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%; /* 円形にする */
    overflow: hidden;
    margin-right: 25px;
    border: 4px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.modal-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#modal-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #002e92; /* col_blue02 */
    margin: 0;
}

/* モーダル内の本文 */
.modal-text-box {
    padding: 0 10px;
    font-size: 1.8rem;
    line-height: 1.8;
}

/* スマホ用の調整 */
@media screen and (max-width: 599px) {
    .modal-profile-header {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    .modal-profile-img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100px;
        height: 100px;
    }
    #modal-title {
        font-size: 2.0rem;
    }
    .modal-text-box {
        font-size: 1.6rem;
    }
}

.voice-heading-wrap {
    position: relative;
    padding: 40px 0;
    text-align: center;
}
/* 背景の巨大な文字 */
.voice-heading-wrap::before {
    content: 'VOICE';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12rem;
    font-weight: 900;
    color: rgba(0, 46, 146, 0.05); /* 非常に薄い青 */
    font-family: 'Poppins', sans-serif;
    z-index: 1;
}
.voice-main-ttl {
    position: relative;
    z-index: 2;
    font-size: 4.4rem;
    color: #002e92;
    font-weight: bold;
}
.voice-main-ttl u {
    text-decoration: none;
    background: linear-gradient(transparent 70%, #ffea00 70%); /* 黄色のマーカー線 */
}

/* デザインC：特大＆スタイリッシュ見出し */
.voice-heading-c {
    position: relative;
    text-align: center;
    padding: 80px 0 60px; /* 前後の余白をしっかり取る */
    overflow: hidden;
}

/* 背景の巨大文字 */
.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%); /* 少し上にずらしてバランス調整 */
    font-family: 'Poppins', sans-serif;
    font-size: 18rem; /* 圧倒的サイズ */
    font-weight: 900;
    color: rgba(0, 46, 146, 0.04); /* 極薄の青 */
    letter-spacing: 0.1em;
    z-index: 1;
    pointer-events: none;
}

.main-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* サブタイトル（REAL SUCCESS STORY） */
.sub-line {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #4993ba;
    letter-spacing: 0.3em;
    margin-bottom: 15px;
}

/* メインタイトル：ここを最大化 */
.main-line {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", serif; /* 信頼の明朝体 */
    font-size: 5.6rem; /* 圧倒的な大きさ */
    font-weight: 900;
    color: #002e92;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;
}

/* メインタイトルの下のアクセント線（金色の2重線） */
.main-line::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10%;
    width: 80%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #ffea00, transparent); /* 中央が濃い黄色 */
}

/* スマホ表示の調整 */
@media screen and (max-width: 599px) {
    .bg-text {
        font-size: 8rem;
    }
    .sub-line {
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }
    .main-line {
        font-size: 3.2rem; /* スマホでもしっかり大きく */
        padding: 0 10px;
    }
}
.bg-text { color: rgba(0, 31, 84, 0.05) !important; }
.sub-line { color: #004b93 !important; }
.main-line { color: #001f54 !important; }

@media screen and (max-width: 599px) {
    /* 1. 写真が枠を押し広げるのを防ぐ */
    .voice_img {
        width: 150px !important;  /* 写真の横幅を強制固定 */
        height: auto !important;   /* 高さを「自動」にして縦伸びを解除 */
        max-height: 200px !important; /* 念のため高さの上限を決める */
        object-fit: contain !important; /* 写真が切れないようにする */
        margin: 0 auto !important;
        display: block !important;
    }

    /* 2. 写真を包む枠の挙動を修正 */
    .voice_img_wrapper {
        width: 100% !important;
        height: auto !important;   /* 写真の元の高さに引きずられないようにする */
        flex-basis: auto !important;
        padding: 10px 0 !important;
    }

    /* 3. 枠（box_inner02）自体の高さを文字量だけに制限 */
    .voice .box_inner02, 
    .pickup-card .box_inner02 {
        display: block !important; /* 横並びを完全に解除 */
        height: auto !important;   /* 高さを「中身の文字」に合わせる */
        overflow: hidden !important;
    }

    /* 4. テキスト部分の幅を戻す */
    .box_inner02 .box_in_left {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 599px) {
    /* 1. 枠（カード）同士の高さを同期させる Flexbox を完全に止める */
    .pickup-container {
        display: block !important;
    }

    /* 2. カードの枠自体の設定：高さを「文字の量」に合わせる（写真には合わせない） */
    .pickup-card {
        display: block !important;
        height: auto !important; /* 強制的に自動にする */
        min-height: 0 !important; /* PC版の指定をリセット */
    }

    /* 3. 枠の内部（文字と写真の並び）：完全に上下に分割する */
    .pickup-card .box_inner02 {
        display: block !important; /* Flexboxを解除 */
        height: auto !important;
        padding: 20px !important;
    }

    /* 4. テキスト部分：幅を100%にして、高さは文字の量だけにする */
    .pickup-card .box_in_left {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }

    /* 5. 写真エリア：ここが「枠を縦長にしている犯人」なので、高さを殺す */
    .pickup-card .voice_img_wrapper {
        width: 100% !important;
        height: auto !important; /* 高さを自動に */
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center !important;
    }

    /* 6. 写真本体：具体的なサイズを指定して、枠を押し広げないようにする */
    .pickup-card .voice_img {
        width: 160px !important; /* 横幅を固定 */
        height: 160px !important; /* 縦幅も固定して正方形にする */
        object-fit: cover !important; /* 写真の比率を守りつつ、ドアップを防ぐ */
        border-radius: 50% !important; /* 丸くすると収まりが良いです */
        display: block !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 599px) {
    /* 1. 枠（box_inner02）のFlexboxを完全に破壊して、縦並びに強制 */
    .voice .box_inner02, 
    .pickup-card .box_inner02 {
        display: block !important; /* 横並びの影響を100%排除 */
        height: auto !important;   /* 高さを中身の文字に合わせる */
        min-height: 0 !important;
    }

    /* 2. 写真エリアが枠を押し広げるのを防ぐ (Safari/iPhone対策) */
    .voice_img_wrapper {
        display: block !important;
        width: 100% !important;
        height: auto !important; /* 絶対に自動にする */
        margin: 20px auto 0 !important;
        text-align: center !important;
    }

    /* 3. 画像自体のドアップと縦伸びを「物理数値」で固定して殺す */
    .voice_img, 
    .pickup-card .voice_img {
        /* %指定ではなくpx指定で固定するのがiPhoneには最も有効です */
        width: 140px !important; 
        height: 140px !important; 
        
        /* 縦伸びをリセットする魔法の指定 */
        flex: none !important;
        flex-shrink: 0 !important; 
        
        /* 画像が枠を突き破るのを防ぎ、比率を守る */
        object-fit: cover !important; 
        
        /* PC版の height: 100% を完全に無効化 */
        display: block !important;
        margin: 0 auto !important;
        position: static !important;
    }

    /* 4. テキストエリアの幅を100%にし、高さ制限を解除 */
    .box_inner02 .box_in_left {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 !important;
    }
}
@media screen and (max-width: 599px) {
    /* 1. カード全体の高さを「中身のテキスト」に合わせる */
    .voice-wide-card {
        display: flex !important;
        flex-direction: row !important; /* 横並びは維持 */
        height: auto !important;       /* 高さを固定しない */
        min-height: 150px !important;  /* 最低限の高さを決める */
        align-items: stretch !important;
        overflow: hidden !important;
    }

    /* 2. 写真エリアが枠を縦に伸ばすのを「物理的に」止める */
    .wide-card-img {
        width: 120px !important;  /* 横幅を固定数値にする */
        height: auto !important;  /* 枠に引っ張られないようにする */
        flex-shrink: 0 !important; /* iPhoneで画像が潰れるのを防ぐ */
        position: relative !important;
    }

    /* 3. 画像本体の設定：ここが最重要 */
    .wide-card-img img {
        position: absolute !important; /* 浮かせ合せて枠の高さに依存させる */
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important; /* 親（120pxの枠）に合わせる */
        object-fit: cover !important; /* 切り抜き */
        /* iPhoneでの比率バグを防止 */
        aspect-ratio: auto !important; 
    }

    /* 4. 右側のテキストエリア */
    .wide-card-body {
        width: calc(100% - 120px) !important; /* 残りの幅を全部使う */
        height: auto !important;
        padding: 15px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important; /* 文字を上下中央に */
    }

    /* 5. 文字サイズの微調整 */
    .mini-card-txt {
        font-size: 1.4rem !important;
        line-height: 1.4 !important;
        margin-bottom: 5px !important;
    }
}