@charset "utf-8";

main p{ line-height:1.6em; margin-bottom:1.6em;}

.ff-mincho{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.img-shadows{
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.img-rsp{
    max-width:100%;
    height:auto;
}

.visible-sp{ display:none;}

.top_image{ min-height:85vh;} /* 70vh */
.president_top{
    background-image:url(../../images/top_message.jpg);
    background-position: center top;
}
.top_image_inner{
    margin-left:15%;
    padding-top:24vh;
}

.top_image_inner h1{ line-height:2.5em;}

.top_image_inner h1 ul{ border-style:none; margin:0; padding:0; border-style:none;}
.top_image_inner h1 li{ border-style:none; margin:0; padding:0;}

.top_image_inner h1 .f_sign{
    font-size:28px;
    font-weight:600;
    color:rgba(51,51,51,0.5);
    display:table-cell;
    line-height:2em;
    text-transform: uppercase;

}

.top_image_inner h1 .f_head{ color:#e6001b; font-size:36px; font-weight:500;}
.top_image_inner h1 .f_name{ color:#333; font-size:78px; font-weight:500;}

/* message area */

#message_wrap{
    position:relative;
    /* overflow:hidden; */
}

.message_box{
    margin:100px 0 150px;
    position:relative;
    /* overflow:hidden; */
    background-attachment: inherit;
    background-position:left 10% top 0;
    background-repeat:no-repeat;
    background-size:30% auto;
    
}

.section_l{
    width:calc(46% - 60px);
    float:left;
    line-height:0;
    position:relative;
    top:0;
    margin-top:80px; /* 画像配置位置 */
}

.section_l ul{
    margin:0;
    padding:0;
    line-height:0;
}

.section_l ul li{
    position:absolute;
    left:0;
    top:0;
}
.section_l ul li img{
    opacity: 1;
    width: 100%;
    height: auto;
    max-width: 452px;
    transition: opacity .7s;
}

.imgFixedWidth{
    position: fixed;
    /* width: calc( 100% / 2 - 60px ); */
    width: calc( ( (100% - 60px) * 0.46) - 60px);
    max-width: calc( (1024px * 0.46) - 60px );
}

.select_l ul li img{
    opacity:1;
    width:100%;
    height:auto;
    max-width:452px;
}

.hide{
    opacity:0;
    transition:.7s;
}

.show{
    opacity:1;
    transition: .7s;
}

.section_r{
    width:54%;
    float:right;
}
.section_r_inner{
    min-height:500px;
    padding-bottom:100px;
}

.section_r_inner h3{
    margin:0 0 1em 0;
}

.bottom_img_box{
    background:url(../../images/voice/message_img04.jpg) center top no-repeat;
    background-size:cover;
    height:50vh;
    position:relative;
}

.bottom_img_box_inner{
    padding-top:12vh;
    width:100%;
    max-width:1024px;
    margin:0 auto;
}

.content-link_box{
    margin-top:80px;
}

.content-link_box .link_box a{ margin-bottom:1em;}

/* -/All Range */

@media screen and (max-width:1084px) {

    
}

@media screen and (max-width:1024px) {
    .top_image_inner{
        margin-left:10%;
        /* padding-top:20vh; 190123 */
        padding-top:24vh;
    }
    

}

@media screen and (max-width:750px) {
    .visible-sp{ display:inherit;}
    .message_box{ margin-top:30px; margin-bottom:30px; }
    .img-sp01{ margin-bottom:30px; margin-left:auto; margin-right:auto;}
    .top_image{ min-height:90vh;}
    .top_image_inner{
        margin:0;
        position:absolute;
        bottom:0;
        left:0;
        width:calc(100% - 60px);
        padding:30px 30px 20px;
        line-height:1.2em;
        background-color:rgba(255,255,255,0.8);
        
    }
    .top_image_inner h1 .f_head{ font-size:24px; font-weight:500; line-height:2.3em;}
    .top_image_inner h1 .f_name{ font-size:48px; font-weight:500; line-height:1.2em;}
    .top_image_inner h1 .f_sign{ font-size:16px;}


    .president_top{ background-image:url(../../images/top_message_sp.jpg);}
    
    h1{ text-align:left;}
    
    .section_l{ display:none;}
    .section_r{ width:calc(100% - 60px); margin:0 30px;}
    
    .content-link_box{ padding-left:30px; padding-right:30px; width:calc(100% - 60px);}

}

@media screen and (max-width:600px) {

    .content-link_box{ margin-top:0; }

    .bottom_img_box{
        height:auto;
        background-size:contain;
        background-position:center top;
    }
    
    .bottom_img_box_inner{
        text-align:center;
        margin-left:0;
    }
    
    .bottom_img_box_inner img{ width:100%; height:auto;}
    
    .section_r_inner:last-child{ padding-bottom:0;}

}





