
main{
    .company-content__wrap{
        padding-bottom: 50px;
    }
}
.mikata_series {
    padding-bottom: 0px!important;

    & .content-body {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 100px 50px;

        & .item {
            flex: 0 1 558px;
            max-width: 558px;

            & figure {
                width: 100%;
                background: #fff;
                border-radius: 20px;
                margin: 0 0 20px;
                aspect-ratio: 5 / 2;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 20px;
                & img {
                    width: 68%;
                    max-width: 300px;

                }
            }

           & .item-ttl {
            text-align: left;
            font-size: 24px;
            margin-bottom: 1em;

            &:after {
                content: "";
                background: url(../../common/img/arrow.png) no-repeat;
                background-size: contain;
                width: 1em;
                height: .8em;
                inset: 0;
                margin: auto 1em auto 1em;
                display: inline-block;
            }

           }
           & .item-text {
            text-align: left;

           }

        }
        & a.item {

        }
        & a.item:hover {
            opacity: .6;
        }
    }

}