.entry__items{
    display: flex;
    gap: 10px;
    margin-top: 100px;
}

.entry__item{
    width: calc(40.834% - 10px * 2 / 3);
    background: #030049;
    color: #fff;
    border-radius: 5px;
    position: relative;
    height: 100%;
}

.entry__item:nth-of-type(2){
    background: #DADAE0;
    color: #030049;
}

.entry__item:nth-of-type(2) .entry__icon::before{
    background: #030049;
}

.entry__item:nth-of-type(3){
    background: #F2F2F6;
    color: #030049;
    width: calc(18.334% - 10px * 2 / 3);
}


.entry__item:nth-of-type(3) .entry__title-jp{
    font-size: 23px;
}

.entry__item:nth-of-type(3) .entry__title{
    height: 70px;
}

.entry__link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 35px 50px;
}

.entry__title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.entry__title-jp{
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.05em;
    font-family: "ten-mincho-antique", sans-serif;
}

.entry__title-en{
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.03em;
    font-family: "ten-mincho-antique", sans-serif;
}

.entry__icon{
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.entry__icon img{
    display: block;    
}

.entry__icon::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.endty__img{
    height: 0;
}
dl.entry_form_unit.entry_form_unit_last .entry_form_inputWrap .wpcf7-list-item-label {
    text-indent: -9999px;
    font-size: 0;
}
@media (max-width: 1440px) {
    .entry__item {
        width: calc(50% - 10px * 1 / 2);
    }
    .entry__item:nth-of-type(3) {
        width: calc(50% - 10px * 1 / 2);
    }
}

@media (max-width: 1300px) {
    .entry__items {
            flex-wrap: wrap;
    }

}



@media (max-width: 768px) {
    .entry__items{
        margin-top: 50px;
    }
    .entry__item {
        width: 100%;
    }
    .entry__item:nth-of-type(3) {
        width: 100%;
    }
    
    
.entry__link{
    padding: 15px 20px;
}


.entry__title-jp{
    font-size: 22px;
}

    
}