@charset "utf-8";



/* =========================== トップ =========================== */
h1{font-size: 28px;text-align: justify;line-height: 1.5;margin: 30px 0;margin-top: 15px;}
.voice_text{border-bottom: 1px solid #529535;padding-bottom: 20px;margin-bottom: 20px;text-align: justify;}
.voice_text_person_img{width: 70px;}
.voice_text_person_img img{width: 100%;display: block;}
.voice_text_person_wrap{display: flex;flex-direction: row;align-items: center;gap: 20px;margin-bottom: 20px;}
.show_main_photo{margin-top: 20px;}
.show_main_photo img{width: 100%;display: block;}
.voice_detail{display: flex;flex-direction: column;align-items: flex-start;}
.voice_staff{display: flex;flex-direction: row;align-items: center;gap: 10px;}
.voice_staff_photo{width: 70px;}
.voice_staff_photo img{width: 100%;border-radius: 50%;}
.voice_staff_text{line-height: 1.5;}
.inline_pad_only{display: none;}
@media (min-width:768px) {
    h1{font-size: 32px;line-height: 1.75;}
    .voice_text{padding-bottom: 30px;margin-bottom: 30px;}
    .voice_text_person_wrap{margin-bottom: 0px;}
    .text_lm{font-size: 28px;}
    .voice_detail{justify-content: space-between;flex-direction: row;}
}
@media (min-width:900px) {
    .voice_wrap{display: flex;flex-direction: row;gap: 40px;justify-content: space-between;}
    .voice_text_wrap{width: 660px;}
    .show_main_photo{width: 490px;margin-top: 0px;}
    .voice_staff_photo{width: 95px;}
}
@media (min-width: 900px) and (max-width: 1200px) {
    .inline_pad_only{display: block;}

}



/*========== 売主様へのインタビュー ==========*/ 
.interview_back .contents{padding-top: 40px;}
.interview_eng {font-weight: bold;font-size: min(13vw,100px);color: white;line-height: 60px;letter-spacing: 0.06em;}
.interview_back{background-color: #F4F4F4;}
.interview_title{color: #529535;font-weight: bold;font-size: 24px;margin-bottom: 20px;}
.interview_wrap{display: flex;flex-direction: column;gap: 20px;}
.interview {background-color: white;border-radius:10px; overflow:hidden; padding: 25px;} 
.interview_header { font-size:18px; font-weight:bold; color:#333; position:relative;background-color:#fff;display: flex;align-items: center; gap: 10px;border-bottom: 1px solid #529535;padding-bottom: 15px;
margin-bottom: 15px;flex-direction: column;align-items: flex-start;text-align: justify;} 
.interview_question {font-weight: bold;color: #529535;font-size: 24px;position: relative;display: flex;align-items: center;}
.circle {width: 40px;height: 40px;background-color: #F1F7EF;border-radius: 50%;position: absolute;top: -16px;left: -5px;z-index: 0;}
.interview_q {position: relative;z-index: 1;margin-left: 10px;}
.interview_text{text-align: justify;}
@media (min-width:768px) {
    .interview_eng{line-height: 100px;}
    .interview_header{flex-direction: row;}
}
@media (min-width:900px) {
    .interview{padding: 40px 60px;}
}


.story_link {text-align: center;margin-top: 60px;}