@charset "utf-8";


/* =========================== 全体 =========================== */
.contents_padding {padding-top: 0;}
.h1_en {font-size: 48px;}
@media (min-width:768px) {
    .contents_padding {padding-top: 80px;}
    .h1_en{font-size: 100px;}
}




/* =========================== メニュー =========================== */
.text_lm{font-size: 24px;}
.story_menu{background-color: white;border: 1px solid #529535;padding: 40px;margin-bottom: 40px;}
.story_menu_title{color: #529535; font-weight: bold;font-size: 24px;margin-bottom: 20px;}
.story_menu_contents{border-bottom:1px solid #529535;margin-bottom: 30px;padding-bottom: 10px;display: flex;
flex-direction: column;}
.story_menu_contents:last-child{border-bottom: none;margin-bottom: 0px;padding-bottom: 0px;}
.story_menu_contents a{display: flex;flex-direction: row;align-items: center;margin-bottom: 10px;}
.story_menu_contents a:hover{opacity: 0.8;}
.symbol{margin-left: 10px;}
a.button{width: 300px;}
.story_menu_staff{display: flex;flex-direction: row;align-items: center;gap: 10px;}
.story_menu_staff_img{width: 100px;}
.story_menu_staff_img img{width: 100%;display: block;border-radius: 50%;}
.story_menu_contents .symbol{width: 27px;}
@media (min-width:768px) {
    .story_wrap{display: flex;flex-direction: row;gap: 40px;align-items: flex-start;}
    .story_menu{width: 350px;}
    .story_contents{width: 840px;}
}



/* =========================== 文章 =========================== */
.heading{margin-top: 40px;}
.story_contents_photo img{width: 100%;}
.story_contents_person{color: #529535;font-weight: bold;font-size: 18px;margin-bottom: 10px;margin-top: 20px;margin-bottom: 5px;}
.story_contents_text{text-align: justify;}
.story_contents_photo{margin-top: 40px;}
.story_contents_photo:first-child{margin-top: 0px;}
.story_link{text-align: center;margin-top: 60px;}
@media (min-width:768px) {
}




