@charset "UTF-8";

a#top_pro+div .inner_item a {
    position: relative;
}
a#top_pro+div .inner_item:first-child a:before,
a#top_pro+div .inner_item:last-child a:before {
    z-index: 2;
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: 0;
    right: 30px;
    width: 100%;
    height: calc(100% - 80px);
    padding: 40px 0;
    color: #fff;
}
a#top_pro+div .inner_item:first-child a:before {
    content: "ひとつひとつ、想いを込めて。ゼロから描く、あなただけの住まい。";
}
a#top_pro+div .inner_item:last-child a:before {
    content: "一歩ずつ理想の住まいへ。想いをカタチにする家づくり。";
}