@charset "UTF-8";

.style0617_topstage,
.style0617_topfablog{
    margin-bottom: 180px;
}
.style0617_topstage h2,
.style0617_topfablog h2{
    font-family: 'Josefin Slab', serif;
    color:#1a2a75;
    text-align:center;
    font-size:2.95em;
    letter-spacing:3px;
    font-weight:300;
    margin:0 0 30px 0;
}

.style0617_topstage h2 span,
.style0617_topfablog h2 span,
.style0617_topcommunication2 h2 span{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    color:#000000;
    display:block;
    letter-spacing:2px;
    font-size:0.4em;
    padding:10px 0 0 0;
}{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    color:#000000;
    display:block;
    letter-spacing:2px;
    font-size:0.4em;
    padding:10px 0 0 0;
}

.stage_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stage_box .inner{
    width: 32%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.stage_box .inner:nth-child(n+4){ display: none;}
.stage_box .inner .photo{
    margin-bottom: 20px;
    max-height: 186px;
    overflow: hidden;
}
.stage_box .inner .photo img{
    width: 100%;
    object-fit: cover;
}
.stage_box .inner h3{
    line-height: 1.4;
    font-size: 1.1em;
    height: 70px;
    padding: 0 10px;
    text-align: left;
}
.stage_box .inner h3 a{ color: #333;}
.stage_box .inner .data{ color: #333; margin-bottom: 10px;}

.style0617_topstage .btn_more a,
.style0617_topfablog .btn_more a{
    display: block;
    color: #333;
    border: 1px solid #ddd;
    width: 480px;
    margin: 0 auto;
    padding: 15px;
    font-size: 1.1em;
    box-sizing: border-box;
}
.style0617_topstage .btn_more a:hover,
.style0617_topfablog .btn_more a:hover{
    background: #ddd;
    font-weight: bold;
    text-decoration: none;
}

.style0617_topfablog .stage_box .inner:first-child{ position: relative;}

/*
.style0617_topfablog .stage_box .inner:first-child::after{
    font-family: 'Josefin Slab', serif;
    content: "Coming Soon";
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30,35,110,0.2);
    text-align: center;
    padding-top: 30%;
    box-sizing: border-box;
    font-size: 250%;
}
*/


@media screen and (max-width: 800px) and (min-width: 641px) {
    .stage_box .inner .photo{ max-height: 119px;}
    .stage_box .inner h3{ height: 80px;}
}

@media screen and (max-width: 640px){
    .style0617_topstage,
    .style0617_topfablog {
        margin-bottom: 60px;
    }
    .stage_box{ display: block;}
    .stage_box .inner{
        width: 95%;
        margin: 0 auto 15px;
    }
    .stage_box .inner h3{
        height: auto;
        margin-bottom: 20px;
    }
    .style0617_topstage .btn_more a,
    .style0617_topfablog .btn_more a{
            width: 95%;
    }

}